Welcome![Sign In][Sign Up]
Location:
Search - java petstore

Search list

[Other resourceJava.petstore-1_3_2

Description: Sun的宠物店源码,学习Java的同志们,不用多介绍了吧-Sun's pet-source, learning Java, the comrades who do not have introduced it
Platform: | Size: 5075190 | Author: yanzz | Hits:

[OS Developpetstore-1_3_1

Description: 经典的学习例子,包含JAVA模式设计分析,代码解析和系统设计分析,可以学到好多东西,收藏吧
Platform: | Size: 2497828 | Author: zype800 | Hits:

[JSP/JavaPetStore

Description: java 宠物店开发源代码, 学习用的
Platform: | Size: 9872250 | Author: sky | Hits:

[J2MEJive1.2.4OpenSource.tar

Description: 这是学习Java必须读懂两套源代码,欢迎志愿学习Java的各位共同探讨和学习。-This is understood to be studying two sets of Java source code, Volunteers welcome you to learn Java to jointly explore and study.
Platform: | Size: 1883136 | Author: yanzz | Hits:

[J2MEJava.petstore-1_3_2

Description: Sun的宠物店源码,学习Java的同志们,不用多介绍了吧-Sun's pet-source, learning Java, the comrades who do not have introduced it
Platform: | Size: 5074944 | Author: yanzz | Hits:

[JSP/Javapetstore-1_3_1_01

Description: sun公司的petstore,一个J2ee的示例应用程序.-petstore the sun, a J2ee examples of applications.
Platform: | Size: 7708672 | Author: kevin | Hits:

[Shop supermarket software systemPetStore

Description: 一个用MYECLIPSE开发的网上购物系统。 基本功能都已经实现-MYECLIPSE development with an online shopping system. Basic functions have now been achieved
Platform: | Size: 373760 | Author: JinxinLiu | Hits:

[JSP/JavaPetStore

Description: java 宠物店开发源代码, 学习用的 -java pet store open source, learning to use the
Platform: | Size: 9872384 | Author: sky | Hits:

[JSP/JavaJavaPetStore

Description: J2EE的经典案例。宠物商店。绝对是值得好好学习的经典源码。学javar必看的源码-Classic case of J2EE. Pet store. Is absolutely worth to learn the classic source. Science javar must-see source
Platform: | Size: 5074944 | Author: 临临 | Hits:

[Windows Developpetstore-1_3_1_01

Description: petstore的安装源文件,学习java-petstore installation source files, java study
Platform: | Size: 7708672 | Author: mmjia | Hits:

[JSPJavaOpenSourceProgramming

Description: 本书介绍了如何通过使用开放源码工具来构建一个现实的应用,以提高开发效率,降低企业开发费用。 本书共分三个部分,使基本概念、使用工具和开发应用三个过程贯穿于读者的学习当中。特别是本书提及的开发者工具箱,包含了诸多的开放源码项目,它们都是与J2EE长期协同工作的结晶。而且,书中的实例使通过重新创作著名的Sun Java 蓝图——PetStore应用,将JUnit、Ant、Hibernate、WebWork、SiteMesh、XDoclet以及Lucene等工具的应用演绎得淋漓尽致,有利于读者在开发过程中提高可用性、结构简洁性和复用性的能力。 本书适合于希望学习Java开放源码技术的程序员阅读。-The book describes how through the use of open source tools to build a realistic application in order to improve development efficiency and reduce costs of business development. The book is divided into three parts, so that the basic concept, the use of tools and the development and application of the three readers through the process of learning. In particular the development of this book are referred to the toolbox, including a number of open source projects, they are long-term collaborative work with the J2EE crystallization. Moreover, examples of the book so famous through the re-creation of the Sun Java blueprint- PetStore applications, will JUnit, Ant, Hibernate, WebWork, SiteMesh, XDoclet and application of tools such as Lucene thoroughly interpreted, will help readers improve the development process availability, structural simplicity and the ability to reuse. I hope this book is suitable for learning Java technology open source programmers to read.
Platform: | Size: 27481088 | Author: jason | Hits:

[JSP/Javajavapetstore-2.0-ea5

Description: sun的典型开源实例,是sun展示J2EE平台时所用的例子,很有用-sun of a typical example of open source, J2EE platform is the sun to display the example used, very useful
Platform: | Size: 31403008 | Author: hupeng | Hits:

[Windows Developpetstore-1_3_1_02

Description: petstore is an example of j2-petstore is an example of j2ee
Platform: | Size: 8017920 | Author: wangsgkk | Hits:

[JSP/Javapetstore2.0

Description: 宠物店的源代码,这个就不用我多介绍了吧,学习J2EE的经典案例-Pet store the source code, this would not have introduced me to it, to learn a classic example of J2EE
Platform: | Size: 136192 | Author: 雷冲 | Hits:

[JSP/Javapetstore

Description: petstore网络商店源代码,java开发环境,标准开发模板。-petstore online store source code, java development environment, standards development templates.
Platform: | Size: 135168 | Author: TING | Hits:

[Software Engineering3-java

Description: 宠物商店, 1. 所有宠物都具有:名字,颜色和年龄 三个属性。宠物建议命名成Pet 2. 宠物商店中可以增加宠物、根据名字、颜色、年龄查询宠物。宠物商店建议命名成PetStore 3. 考虑实现方便,目前只有两种宠物,Cat 和 Dog ,后续会继续增加宠物类别,但是Cat和Dog具体有多少只,需要用户决定数量; 4. 宠物商店中对宠物的存放结构必须使用数组(具体数组多大,也就是多少只宠物,由用户决定数量,同第三条一个意思); 5. 测试类(PetStoreDemo),要求能够测试宠物商店(PetStore)中的增加和查询功能。 -Pet store all pet has three attributes: name, colors and age. Pet suggested naming the Pet pet store can increase pet inquiries pet name, color, age. Pet store suggested naming the PetStore Considering convenience, there are only two pets, Cat and Dog, follow-up will continue to increase the pet category, but Cat and Dog specific only requires the user to decide the quantity 4. Pet store pet storage structure must use the array (how much concrete array, that is, the number of pets, determined by the user the number of requirements to be able to test the increase in the pet store (PetStore) with the meaning of Article) 5 test (PetStoreDemo), and query functions.
Platform: | Size: 2048 | Author: 冯小小 | Hits:

[JSP/Javapetstore

Description: java实现的宠物商店 基于Jsp 有备份功能 也有后台管理员页面-java implementation pet store based on Jsp have a backup function also has background administrator page
Platform: | Size: 15607808 | Author: AndersZhuo | Hits:

[JSP/Javapetstore

Description: petstore例子,供开发人员参考,希望对于学习java有帮助-petstore example, for developer reference, hope helpful for learning java
Platform: | Size: 136192 | Author: chorbin | Hits:

[Game Programpetstore

Description: 用java实现一个宠物商店的代码 实现pet接口-pet store
Platform: | Size: 2048 | Author: 陈星 | Hits:

CodeBus www.codebus.net